[Zend Debugger] Cannot receive start command

Posted by tharkun on Server Fault See other posts from Server Fault or by tharkun
Published on 2009-11-17T21:43:24Z Indexed on 2010/04/03 4:03 UTC
Read the original article Hit count: 468

Hi

I have a WAMP install (Apache 2.2.3, PHP 5.2.8) with a working Zend Optimizer. As soon as I add the php.ini lines for Zend Debugger:

[Zend Debugger]
zend_extension_manager.debug_server_ts="C:\zenddebugger"
zend_debugger.allow_hosts=127.0.0.1/32, 192.168.0.0/16, 192.168.1.0/255
zend_debugger.expose_remotely=always

and restart apache, I get a blank page and the following entry in the apache error log.

[Zend Debugger] Cannot receive start command
[Zend Debugger] Cannot send message

Now the incredible thing is that I had it working this morning and now, after reinstalling WAMP there is no way I can get it work again. php.ini is exactly the same as it was before.

I would be extremely glad to get help, I'm trying to get a working server environment going for over a month, can you believe that? I tried XAMPP, Zend Server and now WAMP and I'm going crazy slowly but surely.

© Server Fault or respective owner

Related posts about apache2

Related posts about debugging